home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / Tumbler and Podium / Tumbler_camera.h < prev    next >
Encoding:
Text File  |  1995-05-31  |  560 b   |  20 lines  |  [TEXT/MPS ]

  1. // Tumbler_camera.h
  2. //
  3. // Camera related function prototypes for the the Tumbler application
  4. //
  5. // Modification History
  6. //
  7. //    11/26/94        nick        initial cut - symantec proto_helper app, add defines
  8.  
  9.  
  10. #ifndef _Tumbler_CAMERA_H_
  11. #define _Tumbler_CAMERA_H_
  12.  
  13.  
  14. // routines from Tumbler_camera.c
  15. void         GetGroupBBox(TQ3ViewObject viewObject, TQ3GroupObject mainGroup, TQ3GroupObject lightGroup, TQ3BoundingBox *viewBBox);
  16. void         AdjustLightsPositions(DocumentPtr theDocument);
  17.  
  18. TQ3Point3D     AdjustCamera(DocumentPtr theDocument, short winWidth, short winHeight);
  19.  
  20. #endif